Microsoft DirectX 8.1 (C++)

ICAResDenialTree Interface

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The ICAResDenialTree interface is exposed by the CAResDenialTree control. This control provides a default user interface (UI) for displaying Conditional Access information. It is useful for testing or rapid prototyping, but applications are encouraged to implement their own UI.

In addition to the methods inherited from IDispatch, the ICAResDenialTree interface exposes the following methods.

Method Description
get_CAManager Retrieves a pointer to CA Manager object, if the control is bound to the CA Manager.
get_DisplayFields Queries which conditional access objects the control displays.
put_CAManager Binds the control to the CA Manager.
put_DisplayFields Specifies which conditional access objects the control displays.
UpdateView Updates any property pages associated with a conditional access object.

In addition, the ICAResDenialTree interface duplicates all of the ICAManagerInternal::NotifyX methods. The CAResDenialTree control uses these methods for event handling. For more information, see ICAManagerInternal.